Hy guys,
I'm so sorry .. after leaving the UTF8 compilation project on Windows, I forgot to recompile the wxpdfdoc .. what a careless .. !!
The error seems to be solved. Thanks everyone for the support.
Search found 28 matches
- Mon Aug 10, 2020 7:59 am
- Forum: Platform Related Issues
- Topic: [OS Windows] > LoadLibrary failed with error 127
- Replies: 14
- Views: 890
- Sun Aug 09, 2020 3:53 pm
- Forum: Platform Related Issues
- Topic: [OS Windows] > LoadLibrary failed with error 127
- Replies: 14
- Views: 890
Re: [OS Windows] > LoadLibrary failed with error 127
tomorrow morning (Italian time zone) I’ll try, once again, to rebuild all the solutions .. but I doubt to solve
I update you tomorrow.
I update you tomorrow.
- Sun Aug 09, 2020 10:46 am
- Forum: Platform Related Issues
- Topic: [OS Windows] > LoadLibrary failed with error 127
- Replies: 14
- Views: 890
Re: [OS Windows] > LoadLibrary failed with error 127
I saw this, and other similar, post before write here. I analyzed few of my dlls with DependencyWalker , and it resulted that there is only one lost link with the msjava.dll .. but I don’t think that the problem is this because analyzing the previous version of the same dlls there is already this ‘p...
- Sun Aug 09, 2020 8:03 am
- Forum: Platform Related Issues
- Topic: [OS Windows] > LoadLibrary failed with error 127
- Replies: 14
- Views: 890
Re: [OS Windows] > LoadLibrary failed with error 127
with VisualStudio I'm able to debug only until the call return ::LoadLibrary(libname.t_str()); in the file wxWidgets-3.1.3/src/msw/dlmsw.cpp:163 ..modifying the call, I insert a call to GetLastError() and I can see that the error code is the 127 .. also if I try with other libraries, the result does...
- Sat Aug 08, 2020 3:35 pm
- Forum: Platform Related Issues
- Topic: [OS Windows] > LoadLibrary failed with error 127
- Replies: 14
- Views: 890
Re: [OS Windows] > LoadLibrary failed with error 127
Sorry guys. The define have been reported incorrectly, because I rewrote them by hand, unable to copy them from the virtual machine; the executable is in a main folder, in which I copied the compiled dll of the wx by hand. In the same root there is a folder that contains the dlls of the program to l...
- Fri Aug 07, 2020 3:43 pm
- Forum: Platform Related Issues
- Topic: [OS Windows] > LoadLibrary failed with error 127
- Replies: 14
- Views: 890
Re: [OS Windows] > LoadLibrary failed with error 127
Yes doublemax, I rebuild all the project linking new wx sources/dlls. We abandoned that "strange" design choice of UTF8 on Windows and I recompiled everything by letting Windows use its native format. The program will then encode the formats in case of communication with a linux/UTF8 server. The thi...
- Fri Aug 07, 2020 2:48 pm
- Forum: Platform Related Issues
- Topic: Toolbar autosize on linux
- Replies: 6
- Views: 533
Re: Toolbar autosize on linux
Hi guys, in agreement with my project manager, this issue was considered non-priority and therefore, at the moment, this problem will not see any developments .. Thanks to everyone for the suggestions; if so, I will update you in the future when the matter is resumed. Admin, you can close the post i...
- Fri Aug 07, 2020 2:11 pm
- Forum: Platform Related Issues
- Topic: [OS Windows] > LoadLibrary failed with error 127
- Replies: 14
- Views: 890
[OS Windows] > LoadLibrary failed with error 127
Hi guys, I compiled the wxWidgets-3.1.3 in debugging on Windows (I use a virtual machine with Windows XP; cl compiler) and I compiled my application. The previous version used wxWidgets-2.9.3 compiled in ANSI mode. Now, when I load my personal libraries, the wxDynamicLibrary::Load() (::LoadLibrary),...
- Mon Jul 27, 2020 1:41 pm
- Forum: Platform Related Issues
- Topic: Toolbar autosize on linux
- Replies: 6
- Views: 533
Re: Toolbar autosize on linux
ok guys, thanks for the support.
At the moment it is not possible for me to try to compile the project with gtk-3, so .. I leave the spaces and continue, at least for now, like this ..
Thank you.
At the moment it is not possible for me to try to compile the project with gtk-3, so .. I leave the spaces and continue, at least for now, like this ..
Thank you.
- Thu Jul 23, 2020 8:12 am
- Forum: Platform Related Issues
- Topic: Toolbar autosize on linux
- Replies: 6
- Views: 533
Re: Toolbar autosize on linux
The version is 2.24.31-2.
to try with 'gtk-3' may not be very simple..
to try with 'gtk-3' may not be very simple..
- Thu Jul 23, 2020 7:24 am
- Forum: Platform Related Issues
- Topic: Toolbar autosize on linux
- Replies: 6
- Views: 533
Re: Toolbar autosize on linux
shapshot of toolbar with space before and after label "Biglietteria"
the system has gtk-2, Debian GNU/Linux 9
- Tue Jul 21, 2020 4:37 pm
- Forum: Platform Related Issues
- Topic: Toolbar autosize on linux
- Replies: 6
- Views: 533
Toolbar autosize on linux
Hi. I have a new problem with the toolbar, this time on linux. I create a horizontal toolbar with several buttons whose labels have different lengths. If I add, at the top and bottom, a space to the longest row, the toolbar appears to me with the self-sized keys; if I eliminate these spaces, all the...
- Mon Jun 15, 2020 9:50 am
- Forum: Platform Related Issues
- Topic: How manage DefaultSize on Windows
- Replies: 9
- Views: 622
Re: How manage DefaultSize on Windows
Remind me again - why do ou need the UTF8 build on Windows? My company has developed a client/server program compatible linux/windows.. (server only on linux machine).. on linux we're changing to work in utf-8 mode.. and I've to evalutate if it could be better also work so under windows or convert ...
- Wed Jun 10, 2020 5:11 pm
- Forum: Platform Related Issues
- Topic: How manage DefaultSize on Windows
- Replies: 9
- Views: 622
Re: How manage DefaultSize on Windows
Ok ONEEYEMAN, thanks for suggestion.. UTF8 shouldn't affect anything, but... no, in theory, it shouldn't affect anything Can you try to build the unmodified version of the library and sample? if I compile unmodified version, the sample runs correctly.. therefore, I'd to review my modified version.. ...
- Wed Jun 10, 2020 3:40 pm
- Forum: Platform Related Issues
- Topic: How manage DefaultSize on Windows
- Replies: 9
- Views: 622
Re: How manage DefaultSize on Windows
Did you modify the sample in any way? No, the sample is the original Or the library source code? I modified bites of source code to be able to compile in UTF8 mode.. (I don't know if you remember my previous issue #UTF-8BuildOnWindows).. but, no change about toolbar.. What compiler do you use What ...