Changeset 719 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/src/Messenger.cpp
- Timestamp:
- Aug 13, 2008, 11:01:29 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/src/Messenger.cpp
r702 r719 481 481 482 482 hFile=CreateFile( 483 ( ActiveBasic::Common::Environment::Get AbdevRootPath() + "\\pgm.tmp" ).c_str(),483 ( ActiveBasic::Common::Environment::GetUserAppDir() + "\\pgm.tmp" ).c_str(), 484 484 GENERIC_WRITE,0,NULL,CREATE_ALWAYS,FILE_ATTRIBUTE_ARCHIVE|FILE_ATTRIBUTE_HIDDEN|FILE_ATTRIBUTE_TEMPORARY,NULL); 485 485 WriteFile(hFile,FileName,lstrlen(FileName),&dw,NULL);
Note:
See TracChangeset
for help on using the changeset viewer.