.net framework and ANSI C

  • Thread starter Thread starter Eddie
  • Start date Start date
E

Eddie

Hi,

Is it possible to write a util in ANSI C to detect .net framework version?
If so can anyone point me to a tutorial or something that could be of use.

Thanks in advance,
Eddie
 
Hi Eddie,
Is it possible to write a util in ANSI C to detect .net framework version?
If so can anyone point me to a tutorial or something that could be of use.

I'm sure there are a couple of registry keys. However, I have no clue if
there are registry librairies for ANSI C to access the registry.
Alternatively you could look for directories that get created when the .Net
framework gets installed.

CU Christoph
 
Back
Top