We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
#The question is that i can't open dwg file writen by libredwg with any version of autocad,can anyone help me? #Here is my mini-testing code:
#include "dwg.h" #include "dwg_api.h"
int main(int argc,char* argv[]) { int error; const char* szFilePath = "/root/libredwg_test/test.dwg";
Dwg_Data* pDwgData = dwg_new_Document(R_2000,0,2); error = dwg_write_file(szFilePath, pDwgData); dwg_free(pDwgData); return 0;
}
The text was updated successfully, but these errors were encountered:
I could probably test and fix this issue. The issue is because some crucial default bad value in header/aux_header/?.
I think the same issue as #1058
Sorry, something went wrong.
No branches or pull requests
#The question is that i can't open dwg file writen by libredwg with any version of autocad,can anyone help me?
#Here is my mini-testing code:
#include "dwg.h"
#include "dwg_api.h"
int main(int argc,char* argv[])
{
int error;
const char* szFilePath = "/root/libredwg_test/test.dwg";
}
The text was updated successfully, but these errors were encountered: