kewur / assimp-net

Automatically exported from code.google.com/p/assimp-net
0 stars 0 forks source link

Build fails with message Tesla.Interop.Generator.exe is not a valid Win32 application #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Get the source using SVN
2. Load the solution and try compiling it.

What is the expected output? What do you see instead?
Build succeeds. Compiled dll.
I see the error message box pops up and the build fails.

What version of the product are you using? On what operating system?
Latest source from the trunk.
Windows XP SP3

Please provide any additional information below.
When tried compiling without the Tesla.Interop.Generator.exe step I get the 
dll, but when using it the execution eventually goes into one of the 
InternalInterop functions (ReadInline) which just throws exception. Is this the 
intent? I really hoped to use the new version... :(

Original issue reported on code.google.com by spershin...@gmail.com on 21 Jun 2013 at 6:38

GoogleCodeExporter commented 8 years ago
When I wrote
  "Build succeeds. Compiled dll."
I actually meant
  "I expect to see Build succeeds and compiled dll."
Sorry for ambiguity.

Original comment by spershin...@gmail.com on 21 Jun 2013 at 6:48

GoogleCodeExporter commented 8 years ago
This is issue #10. Tesla.Interop.Generator.exe needs to be re-compiled if 
compiling on WinXP.

The generator is necessary as its a post-process operation that injects IL code 
into the assimpnet assembly. The InternalInterop functions are stubs.

Original comment by nicholas.woodfield on 21 Jun 2013 at 8:48

GoogleCodeExporter commented 8 years ago

Original comment by nicholas.woodfield on 21 Jun 2013 at 8:49