I just got a new computer and the very first things I transferred to it was PB/DLL 6.0. When I try to compile anything, it get an incorrect path error (493) on WIN32API.INC. This happens, even though I have confirmed the path many times (using "Windows/Options/Compiler/Paths). The same thing happened to all my other include files until I put them in the same directory as the *.bas file I'm compiling.
Any ideas what is happenning?
My path is "D:\Program Files\PBDLL60\WINAPI". I've also used "D:\PROGRA~1\PBDLL60\WINAPI". Yes, it is on "D:" not "C:".
I even tried a fully qualified path name in my #INCLUDE statement (both ways) with the same error.
Thanks,
Dale
------------------
Any ideas what is happenning?
My path is "D:\Program Files\PBDLL60\WINAPI". I've also used "D:\PROGRA~1\PBDLL60\WINAPI". Yes, it is on "D:" not "C:".
I even tried a fully qualified path name in my #INCLUDE statement (both ways) with the same error.
Thanks,
Dale
------------------
Comment