Hi Stuart,
CCS should use the Win32 GetModuleFileName function to retrieve the fully qualified path. Strip the .exe name with the PathRemoveExtension function and then look for its data files in that directory. That will enable CCS to work oke when it is not started in the installed directory ...
Search found 2 matches
- Fri Sep 03, 2004 10:43 pm
- Forum: CCS64 Bugs
- Topic: v3.0 bug?: command line options (load at start)
- Replies: 13
- Views: 13907
- Thu Sep 02, 2004 8:37 pm
- Forum: CCS64 Bugs
- Topic: v3.0 bug?: command line options (load at start)
- Replies: 13
- Views: 13907
Command line options are broken in 3.0 beta 1.4
FYI:
I am writing a CBM shell extension that supports a context menu when using the right mouse button on a .d64 file. One of the options is to open the .d64 file in CCS64 or to autostart one of the programs. My shellextensions uses CreateProcess to start CCS64.
I noticed the following issues ...
I am writing a CBM shell extension that supports a context menu when using the right mouse button on a .d64 file. One of the options is to open the .d64 file in CCS64 or to autostart one of the programs. My shellextensions uses CreateProcess to start CCS64.
I noticed the following issues ...