Yeah, I've gone through the Plucker Desktop Development in Microsoft Visual C++ (VC++) doc that is on the website and followed all the instructions. But it never would compile. I would be more then glad to take a look at your dsp file so I can do a comparison and see what I might of missed.
 
 
Thanks,
Greg-
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Fringe Ryder
Sent: Wednesday, January 22, 2003 3:05 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: Issues compiling Plucker Desktop version 1.3 beta

You don't need to add the include explicitly; it's already there via other includes.

Did you use the .dsp file from CVS or very carefully put in all the defines I listed on the website?  That will set a number of macros (#defines at the command line) to tell wx what to do. 

Also don't forget this line:
        In the wxWindows\Include tree, copy wx\include\wx\msw\setup.h to wx\include\wx.

That was very frustrating to me on the initial run-through.   Things -almost- worked. <g>

I just did a fresh get and I'm still able to compile everything just fine.  If you want and if you're comfortable looking through dsp files (they're text but not quite make files), I would be glad to email you mine so you can do a comparison.

        -Tony McNamara-

At 02:30 PM 1/22/2003  -0800, Gregory Crow wrote:
yes, I compiled the wxWindows and just saw a reference to DirExists in the wx/filesys.h file. I'll add the filefn.h header to the file.
 
Thanks,
Greg-
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Fringe Ryder
Sent: Wednesday, January 22, 2003 2:18 PM
To: [EMAIL PROTECTED]
Subject: Re: Issues compiling Plucker Desktop version 1.3 beta

At 01:46 PM 1/22/2003  -0800, Gregory Crow wrote:
Hi,
I've been trying to build the desktop app under windows using Microsoft Visual C++. All is well until I get to the following file:
palm_installer_msw.cpp
This is the error that I'm receiving:
C:\dev\plucker1.3 Beta\plucker_desktop\palm_installer_msw.cpp(211) : error C2065: 'DirExists' : undeclared identifier
I'm new to developing in the windows world, so I'm not sure where I would find this function and what I need to include/import into the code to get access to the DirExists function. Any help would be greatly appreciated.
This is a wxWindows function from wx\filefn.h.  Have you downloaded and compiled wxWindows, and set your include and link directories in your project to those matching where you put wxWindows?

Regards
        -Tony Mcnamara-

Reply via email to