I`m trying to generate a File with my client (demo.dll) across of citrix virtual channel ¿somebody has use virtual channel and doit something like that?
My code is
#include <windows.h> /* for far etc. */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <fstream.h> /* O.M. del Angel Para generar un archivo de salida */
#include <iostream.h> /* O.M. del Angel Para generar un archivo de...
I need to generate a File across the citrix virtual channel, when i try to implement a code to generate the file out, i got error C2065 'ofstream': undeclared identifier, somebody help me?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.