|
|
| Install x64 & x86 managed assemblies in GAC |
| I asked this question on CodeProject back in August 2009 but did not get
any answer so I thought I'd try here. Here is a copy of my original
question.
All,
I have a C++/CLI assembly that is compil... on 18-Nov-09 |
| |
|
| "using" declaration and template (generic) classes |
| Hello All,
I want to refer to the Nullable template type in C++/CLI (a header
file) without requiring explicit qualification of the System:: namespace.
So I effectively want to do this (which will ... on 08-Nov-09 |
| |
|
| [ANN] CLI command line interface compiler for C++ |
| Hi,
I am pleased to announce the first public release of CLI.
CLI is an open-source (MIT license), cross-platform command line
interface compiler for C++. It allows you to specify the options that
... on 29-Oct-09 |
| |
|
|
|
| Extracting text from HTML pages |
| Hello Everyone,
I am trying to extract the data from HTML pages from TABLE tag.
I am able to traverse the table tag, but i am not able to extract the data
from the table can anyone please help with... on 20-Oct-09 |
| |
|
| Problem with recv() using c++ |
| Hi All,
Ive been writting a program that connects to servers then sends a http
request using send and that recieves html code back.
It works most of the time however sometimes the recv command waits... on 14-Oct-09 |
| |
|
| Where is DEFAULTLIB defined |
| Hi, guys,
When I use VC 2008 to build programs, compiler reports libirc.lib not
found during the link phase.
And I found libirc.lib is one of DEFAULTLIB.
So where is DEFAULTLIB defined? I did not m... on 26-Oct-09 |
| |
|
|
|