The code is not compilable because of fatal errors
Added Ms Visual Studio project files.
Conversion failure
Please use & commit 4 files I have sent you and feel free to close this report. 1>Linking... 1>Generating code 1>Finished generating code 1>Embedding manifest... 1>Build log was saved at "file://c:\src\ivcon\Release\BuildLog.htm" 1>ivcon - 0 error(s), 413 warning(s) ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
Actually the main advantage of this tool is its simplicity. You just got me revisit this code after 10 years, and still it didn't made me much trouble to look at it and help you. For compiling on Windows, I'd recommend gcc from either msys2 or mingw packages. The Ubuntu system integrated into Win10 will probably work as well.
I has been participaded on several free project. But believe me, it is very hard to get oriented in code with thousands lines of code. It needs extensive support. The first step must be to getthis code to get compiled anyway. I can help with this step.
Updated the way version information is stored.
I commited a fix for you. Don't be affraid to edit the code yourself - you may add any missing wrl features you need to iv_read().
IV/WRL: Improved errors while reading, added fields.
Added test script to check whether IVCon works.
Yes, I confirm that your last build does not crash, it is good. But on the oposite the conversion result is just an empty file :(. It is program failure to convert the vrml.
Yes, I confirm that your last build does not crash, it is good. But on the oposite the conversion result is just an emptyfile :(. It is program failure to convert the vrml.
Yes, I confirm that your last build does not crash, it is good. Bot on the oposite the conversion result is just an emptyfile :(. It is program failure to convert the vrml.
Got rid of more compiler warnings.
Too bad! Now I see data, but this is 64 bit executeble :(. I do not have 64 bit OS at home. Please rename yout executable to ivcon_3d_conversion_rel_1_18_win64_incl_shared.zip It is not WIN32 application. I could test it at work, but true ivcon_3d_conversion_rel_1_18_win32_incl_shared.zip would be appreciated.
"This file will be ready for download shortly." Looks like SourceForge backend needs more time.
Nice, but there is some defect and I do not see the file: ivcon_3d_conversion_rel_1_18_src.zip 2014-12-03 1.0 MB 2 ivcon_3d_conversion_rel_1_18_win32.zip 2014-12-03 286.6 kB 20 ivcon_3d_conversion_rel_1_18_lin-x86.zip 2014-12-03 172.9 kB 2 Totals: 4 Items 3.3 MB 24 May be that you have marked this file as private or that it can take several hours when it will be published.
Added 'ivcon_3d_conversion_rel_1_18_win32_incl_shared.zip' to releases.
I fixed some of the issues for you; if you need any further changes, feel free to clone the project and apply any fixes you need.
Fixed some compilation warnings and errors.
Re-formatted all the sources to unify coding style.
Updated Eclipse project file to use proper coding style.
Fixes for recent compilers.
I will try to recompile. I have installed Visual Studio 8 and not GCC. Even when so, could you publish your DLLs? Please put it here. It is an easiest way. Everybody will fall into this pitfall. I have: libgcc_s_dw2-1.dll form 13.8.2016; size 112142 - no version info in resources provided libstdc++-6.dll from 12.10.2016; size 879630 - no version info in resources provided
Please fix "return" problem first. I do not know whether you intend to return something or not. I can fix "strcasecmp" problem with parameter -Dstrcasecmp=stricmp The isnan problem could be (hot)fixed this way: #ifdef _MSC_VER #include <float.h> #ifndef isnan #define isnan(x) _isnan(x) #endif #else //This one should be defined in MATH.H, but it is not (I don't know why) #ifndef isnan #define isnan(x) (sizeof (x) == sizeof (float) ? __isnanf (x) \ : sizeof (x) == sizeof (double) ? __isnan (x) \ :...
The code is not compilable because of fatal errors
Thanks for the report. Looks like it is the cause of gcc libraries, as the conversion works properly on my local build. You could compile your own binary to get rid of the issue.
Fixes for recent compilers.
May be that this is a problem of DLL libraries. You should bundle nonstandard DLLs: libgcc_s_dw2-1.dll libstdc++-6.dll together with your executable. I have got some libraries from Internet, but they could be newer or older.
IVCon in immediatelly crashing
Prepared for 1.18 release.
Fixes to allow Linux compilation.
Updated coding style in core files.
Started preparations for Eclipse based developm...
Fixed core, IV and 3DS. Added empty meshes remo...
Updated ASE, WRL. Added SWM. Fixed face area re...
Fixed BYU, DXF, ASC, ASE. Unified file reading ...
Modified core to allow new features. Added SWV....
Rewritten INTERACT code. Added reducing face or...
Original version from jburkardt's website.
Fixed HRC, TEC, POV, VLA. Made shapes belong to...
Added comments for format files. Unified file I...
Finished adjusting for Eclipse and new gcc vers...
Added reducing unique mesh names.
Fixed SMF format support. Added tech info.
Updated website.