473,809 Members | 2,757 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

NATIVE C/C++ Newsgroup

Anyone,

Does Microsoft still have a C/C++ newsgroup dedicated to NATIVE C/C++ only?

Thanks in advance.

-MerkX
Nov 16 '05 #1
3 1116
This group is not for MC++ only. It's for VS.NET C++ compiler.

Maybe you're looking for:
comp.lang.c++.m oderated
comp.lang.c++
On your local NNTP server.
"MerkX Zyban" <Me***@NetWand. com> wrote in message
news:eq******** ******@tk2msftn gp13.phx.gbl...
Anyone,

Does Microsoft still have a C/C++ newsgroup dedicated to NATIVE C/C++ only?

Thanks in advance.

-MerkX
Nov 16 '05 #2
You can certainly post questions about native C++ here. There's also
microsoft.publi c.vc.language, if you'd prefer a group that doesn't have
'dotnet' in the name.

-cd
"MerkX Zyban" <Me***@NetWand. com> wrote in message
news:eq******** ******@tk2msftn gp13.phx.gbl...
Anyone,

Does Microsoft still have a C/C++ newsgroup dedicated to NATIVE C/C++ only?

Thanks in advance.

-MerkX
Nov 16 '05 #3
But note that the product team concentrates on this newsgroup more.

The .Net in the name has to do with the product name of the last 2 Visual
C++ product releases, not with the fact of whether you target the .NET
framework.

Ronald Laeremans
Visual C++ team

"Carl Daniel [VC++ MVP]" <cp************ *************** **@mvps.org.nos pam>
wrote in message news:OD******** *****@TK2MSFTNG P11.phx.gbl...
You can certainly post questions about native C++ here. There's also
microsoft.publi c.vc.language, if you'd prefer a group that doesn't have
'dotnet' in the name.

-cd
"MerkX Zyban" <Me***@NetWand. com> wrote in message
news:eq******** ******@tk2msftn gp13.phx.gbl...
Anyone,

Does Microsoft still have a C/C++ newsgroup dedicated to NATIVE C/C++ only?
Thanks in advance.

-MerkX

Nov 16 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
4397
by: Jacky Luk | last post by:
Can .NET Version 2002 produce win32 native code? I'm engaged to a Direct3D project that requires win32 Thanks Jack
1
3139
by: Mad Scientist Jr | last post by:
Is there a native .NET equivalent of the Microsoft Script Control, particularly the Eval method? See here: http://www.devx.com/vb2themax/Tip/18773 It works great - it even compares string expressions. I just would prefer a native .NET version over COM if at all possible. Sample code:
3
3902
by: Richard A. Lowe | last post by:
Hi all (sorry I haven't been around lately for those who know me, life happens :) I have to call a native DLL (written > 5 years ago, not by me, and all source lost) that is currently being called from a Java application also written about 5 years ago (I think Borland JBuilder 4 was the IDE - Java 1.2 perhaps?). The Java declaration looks like this: public static native int EncryptStuff(String publicKeyFile, String data, int...
4
9882
by: Tim Menninger | last post by:
Just started working on this and have not found any real good resources out there. We have a lot of native C++ Dll code that we use for our app. We want to share the code so that C# ASP.net code can use the same business logic as our C++ client. Here are some questions: 1) Is there a way to call into native C++ classes directly? Meaning we do not have C API. I believe we could use a C API using the in C#. 2) If can't do #1, do we need...
1
1374
by: Lee F | last post by:
Hello, I am currently converting a series of ATL COM DLLs that have previously been built with VC++ 6 to VC++ .Net (7.1? using VS.Net 2003). In any case, I am encountering the linker error: """ Objects warning LNK4243: DLL containing objects compiled with /clr is not linked with /NOENTRY; image may not run correctly """
14
7540
by: Ben Voigt | last post by:
Under certain circumstances I get: First-chance exception at 0x7c812a5b (kernel32.dll) in LTMGUI.exe: 0xC0020001: The string binding is invalid. First-chance exception at 0x7c812a5b (kernel32.dll) in LTMGUI.exe: Microsoft C++ exception: at memory location 0x00000000.. Unhandled exception at 0x7c812a5b (kernel32.dll) in LTMGUI.exe: 0xC0020001: The string binding is invalid. Googling this exception brought me to a blog posting by Chris...
3
1971
by: borewill | last post by:
I have a dll writtin in native C++ which provide such interface: typedef struct _PARAM { LPWSTR swName; DWORD dwOptions; } PARAM,*PPARAM,*LPPARAM; DLLEXPORT BOOL CALLBACK Function(LPPARAM pData);
6
10394
by: =?Utf-8?B?R29yZG8=?= | last post by:
Hello everyone, I've been trying for some time now to move to C++/CLI, but I have several large legacy C++ static libraries I need to use. When I set up a simple solution with a C++/CLI Winforms app and a C++ native static library, they work well together _unless_ I have, it seems, any static variables defined in any function in the native library. The libraries I'm trying to use all have Meyers Singletons in them, so they need to have...
1
1403
by: jc | last post by:
Hello. I'm doing some prep work before taking the vb.net brainbench. I noticed one of the topics is : Consuming resources - Windows Native Calls Where can I get more info on this? What exactly is a Windows Native call? Controls that talk to the OS?
0
9721
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9601
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10635
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10376
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9198
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6881
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5550
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
3861
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3013
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.