Cannot create resident file (*.res)
Posted: Sun Oct 14, 2007 11:02 am
I want to create a .res file with a few canstants and structures I'm missing in Mac PB 4.10 Beta 1.
I use the terminal and run the following command:
But I get an error:
What is wrong here? Or is the Mac compiler unable to do that?
In this case I have to post a bug report.
Or is my handling wrong or the commands not correct?
Note: I always tried the residentfile (with path) within ' " " '
I use the terminal and run the following command:
Code: Select all
/Users/Klaus/Progammieren/purebasic/compilers/pbcompiler /Users/Klaus/Progammieren/purebasic/Includes/macmissings.pb /RESIDENT /Users/Klaus/Progammieren/purebasic/Includes/macmissings.resCode: Select all
******************************************
PureBasic 4.10 - Beta 1 (MacOS X - PowerPC)
******************************************
Error: The file '/Users/Klaus/Progammieren/purebasic/Includes/macmissings.res' isn't found or can't be opened !
In this case I have to post a bug report.
Or is my handling wrong or the commands not correct?
Note: I always tried the residentfile (with path) within ' " " '