Author |
Message |
Topic: How do I get started? |
zigapeda
Replies: 12
Views: 10315
|
Forum: gtkD Posted: Sat Jun 18, 2011 10:42 am Subject: How do I get started? |
Now I added the GtdD.lib to the DFLAGS and pass it to the linker and it's working.
Thank you very much for your help. |
Topic: How do I get started? |
zigapeda
Replies: 12
Views: 10315
|
Forum: gtkD Posted: Sat Jun 18, 2011 8:13 am Subject: How do I get started? |
That worked, now the library have a size of 11,909 KB. But Eclipse respectively the linker throws the same error.
Error 42: Symbol Undefined _D3gtk10MainWindow12__ModuleInfoZ
--- errorlevel 1
My l ... |
Topic: How do I get started? |
zigapeda
Replies: 12
Views: 10315
|
Forum: gtkD Posted: Sat Jun 18, 2011 6:58 am Subject: How do I get started? |
hmm yeah, I think you're right, I just noticed that my gtkD.lib has only 34KB.
Used this command while I'm in the directory gtkd\src\build. sc.ini includes all other sourcedirectorys like srcsv and ... |
Topic: How do I get started? |
zigapeda
Replies: 12
Views: 10315
|
Forum: gtkD Posted: Fri Jun 17, 2011 12:42 am Subject: How do I get started? |
First the error message:
bin\dtest.obj(dtest)
Error 42: Symbol Undefined _D3gtk10MainWindow12__ModuleInfoZ
I compiled gtkD with dsss, copied the libfiles from gtk, gtkc, cairo and so on into the ... |
Topic: How do I get started? |
zigapeda
Replies: 12
Views: 10315
|
Forum: gtkD Posted: Thu Jun 16, 2011 1:52 am Subject: How do I get started? |
I build it with dsss and modify the sc.ini and I build it with dmd too and modify the sc.ini but it wouldn't work. I think I got problems by modify the sc.ini.
I would like to compile with dmd beca ... |
Topic: How do I get started? |
zigapeda
Replies: 12
Views: 10315
|
Forum: gtkD Posted: Tue Jun 14, 2011 1:54 am Subject: How do I get started? |
Hi,
I'm new to D and try to run gtkD with eclipse DDT too.
I have installed GTK on windows and compiled and installed gtkD.
The demos work fine but I can't get it work with eclipse DDT and the DMD ... |
|