[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Not getting text in Windows



Hello people,

After getting my small application running under Linux, I've made sure 
it also compiles under Windows.  Right now, I'm trying to make a 
Setup.exe with Inno Setup (http://www.jrsoftware.org/isinfo.php).

Because I want it to be able to run on systems which don't have GTK+ 
pre-installed, i have to supply the necessary .dll's with it.  Now I've 
already succeeded in being able to start the application, but up until 
now, all text form my labels/buttons/textentries is gone and it looks 
like this:

http://daytha.studentenweb.org/gmms.JPG

What else should i include in my setup.exe in order to get this right?

Below is an extract from my Inno Setup script.

Greetzzz,
Bart

<begin extract>

[Files]
Source: "C:\bart\my_programs\gmms\bin\gmms.exe"; DestDir: "{app}"; 
Flags: ignoreversion
Source: "H:\WINDOWS\system32\libgtk-win32-2.0-0.dll"; DestDir: "{app}"; 
Flags: ignoreversion
Source: "H:\WINDOWS\system32\libgdk-win32-2.0-0.dll"; DestDir: "{app}"; 
Flags: ignoreversion
Source: "H:\WINDOWS\system32\libgthread-2.0-0.dll"; DestDir: "{app}"; 
Flags: ignoreversion
Source: "H:\WINDOWS\system32\ole32.dll"; DestDir: "{app}"; Flags: 
ignoreversion
Source: "H:\WINDOWS\system32\gdi32.dll"; DestDir: "{app}"; Flags: 
ignoreversion
;Source: "libuuid.a"; DestDir: "{app}"; Flags: ignoreversion
Source: "H:\WINDOWS\system32\libatk-1.0-0.dll"; DestDir: "{app}"; Flags: 
ignoreversion
Source: "H:\WINDOWS\system32\libgdk_pixbuf-2.0-0.dll"; DestDir: "{app}"; 
Flags: ignoreversion
Source: "H:\WINDOWS\system32\libpangowin32-1.0-0.dll"; DestDir: "{app}"; 
Flags: ignoreversion
Source: "H:\WINDOWS\system32\libpango-1.0-0.dll"; DestDir: "{app}"; 
Flags: ignoreversion
Source: "H:\WINDOWS\system32\libgobject-2.0-0.dll"; DestDir: "{app}"; 
Flags: ignoreversion
Source: "H:\WINDOWS\system32\libgmodule-2.0-0.dll"; DestDir: "{app}"; 
Flags: ignoreversion
Source: "H:\WINDOWS\system32\libglib-2.0-0.dll"; DestDir: "{app}"; 
Flags: ignoreversion
Source: "H:\WINDOWS\system32\libintl-1.dll"; DestDir: "{app}"; Flags: 
ignoreversion
Source: "H:\WINDOWS\system32\libintl-1.dll"; DestDir: "{app}"; Flags: 
ignoreversion
Source: "H:\WINDOWS\system32\iconv.dll"; DestDir: "{app}"; Flags: 
ignoreversion
;Source: "H:\WINDOWS\system32\libws2_32.a"; DestDir: "{app}"; Flags: 
ignoreversion
Source: "H:\WINDOWS\system32\etc\pango\*"; DestDir: "{app}\etc\pango\"; 
Flags: ignoreversion
Source: "H:\WINDOWS\system32\etc\gtk-2.0\*"; DestDir: 
"{app}\etc\gtk-2.0\"; Flags: ignoreversion

<end extract>

-- 
Bart Vandewoestyne		      Bart.Vandewoestyne_at_pandora.be
Hugo Verrieststraat 48			       GSM: +32 (0)478 397 697
B-8550 Zwevegem			 http://users.pandora.be/vandewoestyne
----------------------------------------------------------------------
"Any fool can know, the point is to understand." - Albert Einstein




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]