networkthis
Programmer
I have some code that uses the GDIPlusX system.app
I also have a project that creates a .exe
The code works great if the files are run not inside of a .exe by simpy saying
Do "system.app"
....
My problem is when it is included in the project - it says that the file system.app is missing. (The file was added to the project under the application section).
My file using system.app simply does this........
DO "system.app"
WITH _SCREEN.SYSTEM.drawing
........
ENDWITH
What am I missing to be able to make this call occur from the .app when running the .exe created from the project?
I also have a project that creates a .exe
The code works great if the files are run not inside of a .exe by simpy saying
Do "system.app"
....
My problem is when it is included in the project - it says that the file system.app is missing. (The file was added to the project under the application section).
My file using system.app simply does this........
DO "system.app"
WITH _SCREEN.SYSTEM.drawing
........
ENDWITH
What am I missing to be able to make this call occur from the .app when running the .exe created from the project?