Hello ,
I switched from win 7 to win 10 and updated to Kmotion 4.34
I developed a software with visual studio net I have a problem with DLL.
execution
device._Controller.ExecuteProgram (1, (Application.StartupPath & "\program.c "), False)
answer msg:
Entry Point Not Found Exception thorown : Caller -[KMotion_dotNet.KM_Interpreter]:: Member - [Get_InterpretThreadID]
Before the upgrade it all worked out I can't find a solution
Thank you
Entry Point Not Found Exception thorown
Moderators: TomKerekes, dynomotion
- TomKerekes
- Posts: 2677
- Joined: Mon Dec 04, 2017 1:49 am
Re: Entry Point Not Found Exception thorown
Hi Fledge2b,
I think "\program.c " should be "\\program.c "
This causes a compiler error message which now uses functions in the new Version's dlls.
Somehow a Library DLL is referencing an old Version's Library DLL. Check your Windows PATH or Output Folders to make sure they all point to or contain the new dll's. Specifically KMotion_dotNet.dll, KMotion_dotNet_Interop.dll, GCodeInterpreter.dll, and KMotionDLL.dll
HTH
I think "\program.c " should be "\\program.c "
This causes a compiler error message which now uses functions in the new Version's dlls.
Somehow a Library DLL is referencing an old Version's Library DLL. Check your Windows PATH or Output Folders to make sure they all point to or contain the new dll's. Specifically KMotion_dotNet.dll, KMotion_dotNet_Interop.dll, GCodeInterpreter.dll, and KMotionDLL.dll
HTH
Regards,
Tom Kerekes
Dynomotion, Inc.
Tom Kerekes
Dynomotion, Inc.
Re: Entry Point Not Found Exception thorown
Thanks solved I hadn't updated KMotionServer.exe
Thanks also for a great product
Thanks also for a great product