My program includes some .tcl files, and also several DLLs. When
execute it in "Wish", it works fine! But when I wrap it with
TclApp(DLLs is not included), and run the .exe file, the program turns
out "Runtime error", and break down!
Can anyone give me some advice? Thank you very much.
Why would you not include the DLLs in the TclApp'd program? I suspect
there is some basic issue with the wrapping, or the DLLs you are using
are not Tcl stubs enabled (a requirement for being wrapped and
portable to other machines).
Re: Class library without DLL ...Martin wrote: ... only a single exe file for my projects. ....DLLs aren't the devil. ... May be you can add assemblies to your application's exe file as a binary resource and add your own handler to Assembly.ModuleResolve event. ... (microsoft.public.dotnet.csharp.general)
Re: Why I got "Runtime error" excecuting .exe file wrapped with TclAPP? ... My program includes some .tcl files,... Can you be so kind as to give us the exact error message so that we may be able to help you. ... Also it seems rather strange that you are not including the DLLs in the wrap.... (comp.lang.tcl)
Re: idata section in PE file not found ... While this may sound difficult its not too bad, ... you do not need special privileges, only if you want to debug a process ... > though analyzing an exe file that uses several dlls and imported functions ... (microsoft.public.vc.mfc)
Multiple Heaps problem ... I have an exe file and two dlls(which in turn are linked to many other ... I also load a lots of dlls using loadlibrary. ... But when i debug the code in CrtDBG mode, ... So why do i have two heaps when i have linked dynamically with one ... (microsoft.public.win32.programmer.kernel)
Re: Include DLLs within an EXE ... DLL's, plus an EXE file.... Or, if called for, you put the DLLs in the Windows system ... That's for static binding.... you looking at directory listings - and letting it affect your blood ... (comp.lang.pascal.delphi.misc)