Forum

Qoole99 NET version

Discuss anything not covered by any of the other categories.

Moderator: InsideQC Admins

Qoole99 NET version

Postby revelator » Thu Apr 22, 2010 9:14 am

after a thread in engine compilation

ftp://90.184.233.166:21/Qoole99.NET.7z

compiled with mp support and managed mfc.NET optimized with the intel compiler.

unstable code needs some workout used mfc42 originally uses mfc90 now so you need that NET version if you dont allready have it ;)

install original Qoole99 and overwrite the files with mine.

i included the qlepack
User avatar
revelator
 
Posts: 2567
Joined: Thu Jan 24, 2008 12:04 pm
Location: inside tha debugger

Re: Qoole99 NET version

Postby Chip » Thu Apr 22, 2010 4:00 pm

reckless wrote:after a thread in engine compilation

ftp://90.184.233.166:21/Qoole99.NET.7z

compiled with mp support and managed mfc.NET optimized with the intel compiler.

unstable code needs some workout used mfc42 originally uses mfc90 now so you need that NET version if you dont allready have it ;)

install original Qoole99 and overwrite the files with mine.

i included the qlepack


That's great! I intend to do some tests with it and fix the outstanding bugs.

What do I need for this .NET version to compile? I have .NET framework 3.1 or 4 for Windows 7. Is that enough?
QuakeWiki
getButterfly - WordPress Support Services
Roo Holidays

Fear not the dark, but what the dark hides.
User avatar
Chip
 
Posts: 575
Joined: Wed Jan 21, 2009 9:12 am
Location: Dublin, Ireland

Postby revelator » Fri Apr 23, 2010 1:11 am

yup :)
User avatar
revelator
 
Posts: 2567
Joined: Thu Jan 24, 2008 12:04 pm
Location: inside tha debugger

Postby revelator » Fri Apr 23, 2010 4:05 am

Picked up a continuation someone made called QooleAID

still buggy with newer runtimes unfortunatly

Code: Select all
STDMETHODIMP CFileDialog::XFileDialogEvents::OnFolderChanging(IFileDialog *, IShellItem *)
{
   METHOD_PROLOGUE(CFileDialog, FileDialogEvents)
   return S_OK; // triggers an access violation ?!?
}


called from

Code: Select all
class EXPORT_GUIUTIL CSelectFolderDialog : public CFileDialog
{
   DECLARE_DYNAMIC(CSelectFolderDialog)

public:
   virtual int DoModal();

   CSelectFolderDialog(char *title = NULL,
                  BOOL bShowFilesInDir = FALSE,
                  LPCSTR lpcstrInitialDir = NULL,
                  DWORD dwFlags = OFN_HIDEREADONLY | OFN_OVERWRITEPROMPT,
                  LPCTSTR lpszFilter = NULL,
                  CWnd* pParentWnd = NULL);
   ~CSelectFolderDialog();

   static WNDPROC m_wndProc;
   virtual void OnInitDone();

   virtual void OnFolderChange();

   void SetSelectedPath(LPCSTR lpcstrPath);
   CString GetSelectedPath() const;

   void SetTitle(CString cstrTitle);

protected:
   //{{AFX_MSG(CSelectFolderDialog)
      // NOTE - the ClassWizard will add and remove member functions here.
   //}}AFX_MSG
   DECLARE_MESSAGE_MAP()

private:
   BOOL m_bShowFilesInDir;
   CString m_cstrPath;
   CEdit *m_pEdit;
   CString m_cstrTitle;
};


Code: Select all
void CSelectFolderDialog::OnFolderChange()
{
   if(::IsWindow(GetParent()->m_hWnd))
   {
      m_pEdit->SetWindowText(GetFolderPath());
   }
}


maybe someone better at c++ knows what causes this ?
User avatar
revelator
 
Posts: 2567
Joined: Thu Jan 24, 2008 12:04 pm
Location: inside tha debugger

Postby Chip » Wed May 12, 2010 8:49 pm

Any chance for the .NET version source?
QuakeWiki
getButterfly - WordPress Support Services
Roo Holidays

Fear not the dark, but what the dark hides.
User avatar
Chip
 
Posts: 575
Joined: Wed Jan 21, 2009 9:12 am
Location: Dublin, Ireland

Postby revelator » Wed May 12, 2010 11:07 pm

ftp://90.184.233.166:21/Qoole99.7z

sorry forgot to post it :lol:
User avatar
revelator
 
Posts: 2567
Joined: Thu Jan 24, 2008 12:04 pm
Location: inside tha debugger

Postby Chip » Wed May 12, 2010 11:45 pm

reckless wrote:ftp://90.184.233.166:21/Qoole99.7z

sorry forgot to post it :lol:


8) Thanks!
QuakeWiki
getButterfly - WordPress Support Services
Roo Holidays

Fear not the dark, but what the dark hides.
User avatar
Chip
 
Posts: 575
Joined: Wed Jan 21, 2009 9:12 am
Location: Dublin, Ireland


Return to General Discussion

Who is online

Users browsing this forum: No registered users and 1 guest