Message 1 of 2

Not applicable
07-22-2021
02:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
This is my test code:
acedCommandS(RTSTR,_T("filedia"),RTSTR,_T("0"), RTSTR, _T(""), RTNONE); //ok
acedCommandS(RTSTR, _T("exportlayout"), RTSTR, _T("d:\\1.dwg"), RTSTR, _T(""), RTNONE); // error,retrun -5100
The code run in "PView" cmd,exportlayout not wrok,who can tell me why?It is my code wrong?
Solved! Go to Solution.