Pelles C forum

Pelles C => Bug reports => Topic started by: tiwag on April 16, 2005, 11:02:16 AM

Title: DLL template, #endif missing
Post by: tiwag 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
Title: DLL template, #endif missing
Post by: Pelle on April 16, 2005, 02:54:34 PM
Thanks for the info - I will fix it.

Pelle
Title: DLL template, #endif missing
Post by: JohnF on April 16, 2005, 04:15:03 PM
Pelle,

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

John
Title: DLL template, #endif missing
Post by: Pelle on April 16, 2005, 05:35:12 PM
Sounds like a good idea. I will try to add something...

Pelle