El problema reducido a su minima expresion:
Código
#include <windows.h> struct Serial { #ifdef FIX Serial(const char *portName) { } #else Serial(char *portName) { } #endif }; void main() { Serial* Puerto = new Serial("COM3"); }

|
|||
| Tema destacado: Curso de javascript por TickTack |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|