NO

Author Topic: DLL template, #endif missing  (Read 4259 times)

tiwag

  • Guest
DLL template, #endif missing
« on: April 16, 2005, 11:02:16 AM »
at the end of the dll-template there is an #endif missing in the header file

Code: [Select]

// INCLUDE FILE generated by "Pelles C for Windows, version 2.73".

#ifndef _TEST_DLL_H
#define _TEST_DLL_H

#ifdef _TEST_DLL_
#define TEST_DLLAPI  __declspec(dllexport)
#else
#define TEST_DLLAPI  __declspec(dllimport)
#endif /* _TEST_DLL_ */

#ifndef WINAPI
#define WINAPI  __stdcall
#endif

TEST_DLLAPI int WINAPI SampleFunction(int, int);

#endif /* _TEST_DLL_H */   <<<<<missing


i'm using PellesC 3.00.4 (About dialog report)

--tiwag

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
DLL template, #endif missing
« Reply #1 on: April 16, 2005, 02:54:34 PM »
Thanks for the info - I will fix it.

Pelle
/Pelle

JohnF

  • Guest
DLL template, #endif missing
« Reply #2 on: April 16, 2005, 04:15:03 PM »
Pelle,

I've been looking for a MDI wizard, would be good addition.

John

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
DLL template, #endif missing
« Reply #3 on: April 16, 2005, 05:35:12 PM »
Sounds like a good idea. I will try to add something...

Pelle
/Pelle