--- In [email protected], "styskul" <epank...@...> wrote: > > I think we're on the right track, we just don't have the exact definition > yet. Try either ""coredll"" (no extension) or ""coredll.dll"" coredll.lib > would be the object module if you were compiling it directly into your > application. >
Here's what I get: If I declare it using coredll or coredll.dll, I get the run-time error "Function or procedure GetTextExtentPoint32 is not present in DLL". If I declare it using coredll.lib or gdi32 then I don't get this error, but I get the original "Variable is undefined" error when I call the function. I assume this means that the function is present in the latter library (as NSBASIC isn't reporting it as present). --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nsb-ce" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nsb-ce?hl=en -~----------~----~----~----~------~----~------~--~---
