Actually these are things that Freetype define. Take a look...

1>ftinit.obj : error LNK2020: unresolved token (0A00000F) 
t1cid_driver_class
1>ftinit.obj : error LNK2020: unresolved token (0A000010) tt_driver_class
1>ftinit.obj : error LNK2020: unresolved token (0A000013) bdf_driver_class
1>ftinit.obj : error LNK2020: unresolved token (0A000015) 
ft_smooth_lcdv_renderer_class
1>ftinit.obj : error LNK2020: unresolved token (0A00001D) t1_driver_class
1>ftinit.obj : error LNK2020: unresolved token (0A00001F) pcf_driver_class
1>ftinit.obj : error LNK2020: unresolved token (0A000020) 
ft_smooth_renderer_class
1>ftinit.obj : error LNK2020: unresolved token (0A000021) 
ft_smooth_lcd_renderer_class
1>ftinit.obj : error LNK2020: unresolved token (0A000027) pfr_driver_class
1>ftinit.obj : error LNK2020: unresolved token (0A00002A) 
ft_raster1_renderer_class
1>ftinit.obj : error LNK2020: unresolved token (0A00002F) cff_driver_class
1>ftinit.obj : error LNK2020: unresolved token (0A000033) t42_driver_class
1>ftinit.obj : error LNK2020: unresolved token (0A000034) 
winfnt_driver_class
1>ftstroke.obj : error LNK2001: unresolved external symbol "struct 
FT_Glyph_Class_ const ft_outline_glyph_class" 
(?ft_outline_glyph_class@@$$Q3UFT_Glyph_Class_@@B)
1>.\..\..\..\objs\debug_mt\freetype.dll : fatal error LNK1120: 14 
unresolved externals

Unfortunately my C++ skills are rusty to say the least. I don't see what 
is different between these "tokens" that are not compiling and those that 
are.

Colin




[EMAIL PROTECTED] 
09/22/2008 01:35 PM
Please respond to
sharpos-developers@lists.sourceforge.net


To
sharpos-developers@lists.sourceforge.net
cc

Subject
Re: [SharpOS Developers] Freetype






Hi Colin,

Sure. We're always interested in help. I suppose what you're seeing are
imports from the C runtime library. As we don't have one there needs to be 
a
replacement of some sort there though.

Mike 

> -----Ursprüngliche Nachricht-----
> Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Gesendet: Montag, 22. September 2008 21:56
> An: sharpos-developers@lists.sourceforge.net
> Betreff: [SharpOS Developers] Freetype
> 
> 
> Hi guys,
> 
> I'm new here so I don't know the status of the project too 
> well. Have any of you tried to compile Freetype to MSIL? I've 
> spent a couple of hours and had some amount of success. 
> 
> I don't know what to do about the calls to setjmpor longjmpso 
> I've just dummied those out. After that I get about 15 
> unresolved externals that I'm struggling with. Its been a 
> while since I looked at c++, I've been a c# man for a number 
> of years now. Would anybody be interested in looking at what 
> I have so far?
> 
> Cheers
> 
> Colin
> If you are not the intended addressee, please inform us 
> immediately that you have received this e-mail in error, and 
> delete it. We thank you for your cooperation. 
> 
> 


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's 
challenge
Build the coolest Linux based applications with Moblin SDK & win great 
prizes
Grand prize is a trip for two to an Open Source event anywhere in the 
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
SharpOS-Developers mailing list
SharpOS-Developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sharpos-developers



If you are not the intended addressee, please inform us immediately that you 
have received this e-mail in error, and delete it. We thank you for your 
cooperation.  
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
SharpOS-Developers mailing list
SharpOS-Developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sharpos-developers

Reply via email to