I have some program to compiling native code on windows platform.
 
when I use the command:
        ocamlopt -ccopt "-LC:/out/gtk/lib" -I +lablgtk2 lablgtk2 lablgtk.cmxa gtkInit.cmx testgtk.ml -o testgtk.exe
 
it display a fatal error like this:
cannot find file "libgtk-win32-2.0"
error:error during linking
 
how to solve this problem?
 
thank you!
 
 
 
------------------
I Love You Siren