Changeset 697 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/src/Program.cpp
- Timestamp:
- Jul 19, 2008, 9:03:01 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/src/Program.cpp
r634 r697 66 66 // 親エディタのウィンドウ ハンドル 67 67 isKickedFromEditor = true; 68 sscanf( cmdLine.GetParameter().c_str(), "% 08x", &hOwnerEditor );68 sscanf( cmdLine.GetParameter().c_str(), "%p", &hOwnerEditor ); 69 69 } 70 70 else if( cmdLine.GetCommand() == "show_dlg" )
Note:
See TracChangeset
for help on using the changeset viewer.