PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → .NET namespace conflicts
.NET namespace conflicts
Débuté par creep, 28 aoû. 2008 01:58 - Aucune réponse
Posté le 28 août 2008 - 01:58
Hi forum,
I have got some problems when I include .NET dll into my WD12 project: it seems that the namespaces of these dll are merged, so I get compilation errors if classes with the same name are declared inside .NET dll. Moreover, it seems that .NET classes cause a lot of conflicts with WD variables declared inside my WD class, displayed as compilations warnings (actually 600 warnings in 20 WD windows!!!). Some of these conflicts at run time cause the crash of my program.
Can anybody help me???
Regards
creep