C/Visual C - msth3es.def

 
Vista:

msth3es.def

Publicado por brujaveron (36 intervenciones) el 30/05/2001 17:49:46
Hola!
___________________________________________________
; --------
; MSPEU32.DEF
; --------

LIBRARY MSTH3ES
DESCRIPTION 'Thesaurus'

EXPORTS
; WEP PRIVATE
; To implement your own Windows Exit Procedure add the following
; function to your application (referring to it in the .def file is
; not required.) The extern "C" is only required if module is C++.
; extern "C" int FAR PASCAL _WEP(int)
; {
; /* Your WEP functionality goes here */
; return 1;
; }

ThesaurusVersion @2
ThesaurusInit @3
ThesaurusTerminate @4
ThesaurusCheck @5
ThesaurusOpenLex @6
ThesaurusCloseLex @7
ThesaurusSetOptions @8
ThesaurusGetOptions @9
ThesaurusGetString @10

_____________________________________________________

Eso es lo que contiene MSTH3ES.DEF, ahora tengo que lograr de ahi
MSTH3ES.dll, como se hace eso en Visual c?

Gracias!
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder