Click here to Skip to main content
15,895,283 members
Articles / Desktop Programming / MFC

Drawing Spline Types, Tension and Control Point using OpenGL and MFC

Rate me:
Please Sign up or sign in to vote.
3.47/5 (17 votes)
1 Oct 2000 124.7K   4.4K   45  
This sample teaches you how to create an OpenGL based Spline Drawing application
REGEDIT
; This .REG file may be used by your SETUP program.
;   If a SETUP program is not available, the entries below will be
;   registered in your InitInstance automatically with a call to
;   CWinApp::RegisterShellFileTypes and COleObjectFactory::UpdateRegistryAll.

HKEY_CLASSES_ROOT\.spn = MFCSpline.Document
HKEY_CLASSES_ROOT\MFCSpline.Document\shell\open\command = MFCSPLINE.EXE %1
HKEY_CLASSES_ROOT\MFCSpline.Document\shell\open\ddeexec = [open("%1")]
HKEY_CLASSES_ROOT\MFCSpline.Document\shell\open\ddeexec\application = MFCSPLINE
    ; note: the application is optional
    ;  (it defaults to the app name in "command")

HKEY_CLASSES_ROOT\MFCSpline.Document = MFC Spline Document

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Technical Lead Samimi Information Technology
United Arab Emirates United Arab Emirates
My company provides services in the fields of:

LAN/WAN Networking
Data Management and Security
Data Recovery
ERP/CRM Solutions
IT Infrastructure Solutions
Software/Hardware Sales/Service

Comments and Discussions