Click here to Skip to main content
15,902,299 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MFC ‘Visio’ style GUI Pin
roel_25-Feb-04 1:55
roel_25-Feb-04 1:55 
GeneralRe: MFC ‘Visio’ style GUI Pin
Murphster25-Feb-04 2:09
Murphster25-Feb-04 2:09 
GeneralRe: MFC ‘Visio’ style GUI Pin
roel_25-Feb-04 3:24
roel_25-Feb-04 3:24 
GeneralError while using fopen Pin
torrud25-Feb-04 1:01
torrud25-Feb-04 1:01 
GeneralRe: Error while using fopen Pin
toxcct25-Feb-04 2:27
toxcct25-Feb-04 2:27 
GeneralRe: Error while using fopen Pin
torrud25-Feb-04 2:36
torrud25-Feb-04 2:36 
GeneralRe: Error while using fopen Pin
toxcct25-Feb-04 2:49
toxcct25-Feb-04 2:49 
GeneralRe: Error while using fopen Pin
torrud25-Feb-04 2:57
torrud25-Feb-04 2:57 
I think I have. Here my .cpp file:

#include "stdafx.h"
#include <stdio.h>
#using <mscorlib.dll>

#include "file.h"

using namespace System;
using namespace System::Runtime::InteropServices;



int file::Class1::createfile()
{
FILE* f = _wfopen(L"C:\\test.test", L"w+");
return 0;
}

And my header-file is:

#pragma once

using namespace System;

namespace file
{
public __gc class Class1
{
public :
int createfile();
};
}

GeneralRe: Error while using fopen Pin
David Crow25-Feb-04 3:02
David Crow25-Feb-04 3:02 
GeneralRe: Error while using fopen Pin
Prakash Nadar25-Feb-04 3:12
Prakash Nadar25-Feb-04 3:12 
GeneralRe: Error while using fopen Pin
torrud25-Feb-04 3:51
torrud25-Feb-04 3:51 
Generalfile-based database programming in VC++ Pin
ppp00125-Feb-04 0:41
ppp00125-Feb-04 0:41 
GeneralRe: file-based database programming in VC++ Pin
KarstenK25-Feb-04 0:54
mveKarstenK25-Feb-04 0:54 
GeneralRe: file-based database programming in VC++ Pin
roel_25-Feb-04 1:58
roel_25-Feb-04 1:58 
GeneralRe: file-based database programming in VC++ Pin
basementman25-Feb-04 10:17
basementman25-Feb-04 10:17 
Generalwriting in a wave file Pin
zizoo24-Feb-04 23:59
zizoo24-Feb-04 23:59 
GeneralRe: writing in a wave file Pin
roel_25-Feb-04 2:00
roel_25-Feb-04 2:00 
GeneralAntivirus SDK Pin
Shree24-Feb-04 23:42
Shree24-Feb-04 23:42 
GeneralRe: Antivirus SDK Pin
Balkrishna Talele25-Feb-04 1:18
Balkrishna Talele25-Feb-04 1:18 
GeneralWinXP Win2000 VC++ Inno Pin
rasha200324-Feb-04 23:00
rasha200324-Feb-04 23:00 
GeneralRe: WinXP Win2000 VC++ Inno Pin
Prakash Nadar24-Feb-04 23:06
Prakash Nadar24-Feb-04 23:06 
GeneralRe: WinXP Win2000 VC++ Inno Pin
toxcct25-Feb-04 1:43
toxcct25-Feb-04 1:43 
GeneralRe: WinXP Win2000 VC++ Inno Pin
Prakash Nadar25-Feb-04 3:00
Prakash Nadar25-Feb-04 3:00 
GeneralRe: WinXP Win2000 VC++ Inno Pin
rasha200325-Feb-04 3:16
rasha200325-Feb-04 3:16 
GeneralEnable/Disable IE Menus.items Pin
Abhi Lahare24-Feb-04 22:16
Abhi Lahare24-Feb-04 22:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.