Example please (damsel in distress!)

  • Thread starter Thread starter Beatrice Rutger
  • Start date Start date
B

Beatrice Rutger

Hi,

I wonder if any of you could come to the rescue of a damsel in distress ;-)

I am looking for 2 very simple VC++ examples (projects/solutions) that
does the ff:

1). Includes a Form and makes calls to functions exported from a DLL (se
below) - this exaple shows how to call DLL functions and display on a form

2). Includes code for a simple DLL - with functions returning one of the
ff data type:
String
Integer
Float
Double
UDT (user defined type)
Array of a primitive type (int, float etc)
Array of a UDT
Object (any class)
Array of an Object (any class)

This example will show how me to export different functions from a Win32
C++ DLL.

I have searched on google for several hours to no avail - and even the
Microsoft MSDN site does not seem to have any equivalent examples. I
would be very grateful if someone could either point me to a URL where I
can find the relevant information, or possibly, send me a zipped
attachment with the 2 projects (solutions?)

I look forward to your response.

Sincerely,

B.
 
Back
Top