Hi,

Friday, November 26, 2004, 8:56:43 AM, you wrote:

SN> I,m looking for an integration of the PalmOS developing tools
SN> in the IDE of Visual Studio .NET. Does someone know such a thing?

I have the same problem about one month ago.

If you want use VS .NET as code editor with PalmOS Developer Suite
gcc and cygwin, you should:

1. Create makefile project in your VS .NET IDE
2. Create batch file, eg. go.bat:

cd "D:\my_project in VS\my_Palm_project_created_by_eclipse (unix
makefile and go.bat here)"

set INCLUDE=...
set LIB=...
set Path=...
# ... <= type "set" under cmd.exe - you should see proper values of
# this variables, VS 2003 changes it so you can't run make directly
# form ide.

make %*

3. Open "project properties" in VS, select NMake tab and set:
Build Command Line="D:\my_project...\my_Palm...\go.bat"
Rebuild All Command Line="D:\my_project...\my_Palm...\go.bat" clean all
Clean Command Line="D:\my_project...\my_Palm...\go.bat" clean

Now under F7 you can make your project.


--
Regards,
Maciek



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please 
see http://www.palmos.com/dev/support/forums/

Reply via email to